哪些赋值是合法的?A:long test = 012; B: float f = -412; C:int other = (int)true; D:double d = 0x12345678; 答案: long test = 012; ; float f = -412;;double d = 0x12345678; 



登录
订单
帮助
主页